how to hover over an individual cell in table css

57

td:hover {
  background-color: #ff0000;
  color: #000000;
}

Comments

Submit
0 Comments